home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-09-15 | 322 b | 14 lines | [TEXT/MMCC] |
- /* Sample application which makes use of the multi-pane dialog code
- * By Norman Franke
- */
-
- // Initialize application's menus
- void CreateMenus(void);
-
- // Process a menu command
- void DoMenuCommand(long menuVal);
-
- // Adjust menus depending for movable modal dialog display
- void SetMenusIdle(void);
- void SetMenusBusy(void);
-